home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Internet Web Designer 90
/
PIWD90.iso
/
pc
/
contents
/
flash_gaming
/
tutorial_files
/
Pages 70-80
/
STEP46.TXT
< prev
next >
Wrap
Text File
|
2003-01-01
|
9KB
|
651 lines
on (release, keyPress "<Enter>") {
_root.thisGuess=false;
_root.head1Temp=true;
_root.head2Temp=true;
_root.head3Temp=true;
_root.head4Temp=true;
_root.head5Temp=true;
_root.head6Temp=true;
_root.head7Temp=true;
_root.head8Temp=true;
_root.head9Temp=true;
_root.head10Temp=true;
_root.head11Temp=true;
_root.head12Temp=true;
_root.head13Temp=true;
_root.head14Temp=true;
_root.head15Temp=true;
_root.head16Temp=true;
_root.guessCount+=1;
_root.selected = _root.droplist.getSelectedItem().label;
for (i=0; i<=8; i++) {
if(_root.currentGuess[i] == _root.selected){
_root.message="Yes";
_root.thisGuess=true;
}
}
if(_root.thisGuess==true){
for (j=0; j<=8; j++) {
if (myArraya[j] != _root.selected && _root.head1Temp==true) {
_root.head1Temp=true;
}else{
_root.head1Temp=false;
if (_root.head1InPlay==false){
_root.head1Temp=true;
}
}
if (myArrayb[j] != _root.selected && _root.head2Temp==true && _root.head2InPlay==true) {
_root.head2Temp=true;
}else{
_root.head2Temp=false;
if (_root.head2InPlay==false){
_root.head2Temp=true;
}
}
if (myArrayc[j] != _root.selected && _root.head3Temp==true && _root.head3InPlay==true) {
_root.head3Temp=true;
}else{
_root.head3Temp=false;
if (_root.head3InPlay==false){
_root.head3Temp=true;
}
}
if (myArrayd[j] != _root.selected && _root.head4Temp==true && _root.head4InPlay==true) {
_root.head4Temp=true;
}else{
_root.head4Temp=false;
if (_root.head4InPlay==false){
_root.head4Temp=true;
}
}
if (myArraye[j] != _root.selected && _root.head5Temp==true && _root.head5InPlay==true) {
_root.head5Temp=true;
}else{
_root.head5Temp=false;
if (_root.head5InPlay==false){
_root.head5Temp=true;
}
}
if (myArrayf[j] != _root.selected && _root.head6Temp==true && _root.head6InPlay==true) {
_root.head6Temp=true;
}else{
_root.head6Temp=false;
if (_root.head6InPlay==false){
_root.head6Temp=true;
}
}
if (myArrayg[j] != _root.selected && _root.head7Temp==true && _root.head7InPlay==true) {
_root.head7Temp=true;
}else{
_root.head7Temp=false;
if (_root.head7InPlay==false){
_root.head7Temp=true;
}
}
if (myArrayh[j] != _root.selected && _root.head8Temp==true && _root.head8InPlay==true) {
_root.head8Temp=true;
}else{
_root.head8Temp=false;
if (_root.head8InPlay==false){
_root.head8Temp=true;
}
}
if (myArrayi[j] != _root.selected && _root.head9Temp==true && _root.head9InPlay==true) {
_root.head9Temp=true;
}else{
_root.head9Temp=false;
if (_root.head9InPlay==false){
_root.head9Temp=true;
}
}
if (myArrayj[j] != _root.selected && _root.head10Temp==true && _root.head10InPlay==true) {
_root.head10Temp=true;
}else{
_root.head10Temp=false;
if (_root.head10InPlay==false){
_root.head10Temp=true;
}
}
if (myArrayk[j] != _root.selected && _root.head11Temp==true && _root.head11InPlay==true) {
_root.head11Temp=true;
}else{
_root.head11Temp=false;
if (_root.head11InPlay==false){
_root.head11Temp=true;
}
}
if (myArrayl[j] != _root.selected && _root.head12Temp==true && _root.head12InPlay==true) {
_root.head12Temp=true;
}else{
_root.head12Temp=false;
if (_root.head12InPlay==false){
_root.head12Temp=true;
}
}
if (myArraym[j] != _root.selected && _root.head13Temp==true && _root.head13InPlay==true) {
_root.head13Temp=true;
}else{
_root.head13Temp=false;
if (_root.head13InPlay==false){
_root.head13Temp=true;
}
}
if (myArrayn[j] != _root.selected && _root.head14Temp==true && _root.head14InPlay==true) {
_root.head14Temp=true;
}else{
_root.head14Temp=false;
if (_root.head14InPlay==false){
_root.head14Temp=true;
}
}
if (myArrayo[j] != _root.selected && _root.head15Temp==true && _root.head15InPlay==true) {
_root.head15Temp=true;
}else{
_root.head15Temp=false;
if (_root.head15InPlay==false){
_root.head15Temp=true;
}
}
if (myArrayp[j] != _root.selected && _root.head16Temp==true && _root.head16InPlay==true) {
_root.head16Temp=true;
}else{
_root.head16Temp=false;
if (_root.head16InPlay==false){
_root.head16Temp=true;
}
}
}
if(_root.head1Temp==false){
_root.head1._visible=true;
}else{
_root.head1._visible=false;
_root.head1InPlay=false;
}
if(_root.head2Temp==false){
_root.head2._visible=true;
}else{
_root.head2._visible=false;
_root.head2InPlay=false;
}
if(_root.head3Temp==false){
_root.head3._visible=true;
}else{
_root.smoke3._visible=true;
_root.smoke3.play();
_root.head3._visible=false;
_root.head3InPlay=false;
}
if(_root.head4Temp==false){
_root.head4._visible=true;
}else{
_root.head4._visible=false;
_root.head4InPlay=false;
}
if(_root.head5Temp==false){
_root.head5._visible=true;
}else{
_root.head5._visible=false;
_root.head5InPlay=false;
}
if(_root.head6Temp==false){
_root.head6._visible=true;
}else{
_root.head6._visible=false;
_root.head6InPlay=false;
}
if(_root.head7Temp==false){
_root.head7._visible=true;
}else{
_root.head7._visible=false;
_root.head7InPlay=false;
}
if(_root.head8Temp==false){
_root.head8._visible=true;
}else{
_root.head8._visible=false;
_root.head8InPlay=false;
}
if(_root.head9Temp==false){
_root.head9._visible=true;
}else{
_root.head9._visible=false;
_root.head9InPlay=false;
}
if(_root.head10Temp==false){
_root.head10._visible=true;
}else{
_root.head10._visible=false;
_root.head10InPlay=false;
}
if(_root.head11Temp==false){
_root.head11._visible=true;
}else{
_root.head11._visible=false;
_root.head11InPlay=false;
}
if(_root.head12Temp==false){
_root.head12._visible=true;
}else{
_root.head12._visible=false;
_root.head12InPlay=false;
}
if(_root.head13Temp==false){
_root.head13._visible=true;
}else{
_root.head13._visible=false;
_root.head13InPlay=false;
}
if(_root.head14Temp==false){
_root.head14._visible=true;
}else{
_root.head14._visible=false;
_root.head14InPlay=false;
}
if(_root.head15Temp==false){
_root.head15._visible=true;
}else{
_root.head15._visible=false;
_root.head15InPlay=false;
}
if(_root.head16Temp==false){
_root.head16._visible=true;
}else{
_root.head16._visible=false;
_root.head16InPlay=false;
}
}
if(_root.thisGuess == false){
_root.message="No";
for (k=0; k<=8; k++) {
if (myArraya[k] == _root.selected && _root.head1InPlay==true) {
_root.head1._visible=false;
_root.head1InPlay=false;
}
if (myArrayb[k] == _root.selected && _root.head2InPlay==true) {
_root.head2._visible=false;
_root.head2InPlay=false;
}
if (myArrayc[k] == _root.selected && _root.head3InPlay==true) {
_root.head3._visible=false;
_root.head3InPlay=false;
}
if (myArrayd[k] == _root.selected && _root.head4InPlay==true) {
_root.head4._visible=false;
_root.head4InPlay=false;
}
if (myArraye[k] == _root.selected && _root.head5InPlay==true) {
_root.head5._visible=false;
_root.head5InPlay=false;
}
if (myArrayf[k] == _root.selected && _root.head6InPlay==true) {
_root.head6._visible=false;
_root.head6InPlay=false;
}
if (myArrayg[k] == _root.selected && _root.head7InPlay==true) {
_root.head7._visible=false;
_root.head7InPlay=false;
}
if (myArrayh[k] == _root.selected && _root.head8InPlay==true) {
_root.head8._visible=false;
_root.head8InPlay=false;
}
if (myArrayi[k] == _root.selected && _root.head9InPlay==true) {
_root.head9._visible=false;
_root.head9InPlay=false;
}
if (myArrayj[k] == _root.selected && _root.head10InPlay==true) {
_root.head10._visible=false;
_root.head10InPlay=false;
}
if (myArrayk[k] == _root.selected && _root.head11InPlay==true) {
_root.head11._visible=false;
_root.head11InPlay=false;
}
if (myArrayl[k] == _root.selected && _root.head12InPlay==true) {
_root.head12._visible=false;
_root.head12InPlay=false;
}
if (myArraym[k] == _root.selected && _root.head13InPlay==true) {
_root.head13._visible=false;
_root.head13InPlay=false;
}
if (myArrayn[k] == _root.selected && _root.head14InPlay==true) {
_root.head14._visible=false;
_root.head14InPlay=false;
}
if (myArrayo[k] == _root.selected && _root.head15InPlay==true) {
_root.head15._visible=false;
_root.head15InPlay=false;
}
if (myArrayp[k] == _root.selected && _root.head16InPlay==true) {
_root.head16._visible=false;
_root.head16InPlay=false;
}
}
}
}